home *** CD-ROM | disk | FTP | other *** search
/ Electronic Clipper 1998 February / Electronic Clipper 1998-02.iso / Idea Source® / GALLERY.DIR / 00010_Script_Hide em tomatoes < prev    next >
Text File  |  1997-12-22  |  227b  |  9 lines

  1. on mouseDown
  2.   puppetsound (2) "squish"
  3.   repeat while the mousedown
  4.     set the visible of sprite (the clickon) to false
  5.     updatestage
  6.   end repeat
  7.   set the visible of sprite (the clickon) to true
  8.   updatestage
  9. end